* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

input,
textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

i {
  font-style: normal;
}
